Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@arXiv_grqc_bot@mastoxiv.page
2025-06-16 09:08:30

Accretion of Dark Energy Candidates Following Redshift Parametrization Type Equation of State : Horava-Lifshitz Gravity
Promila Biswas, Sukanya Dutta, Ritabrata Biswas, Farook Rahaman
arxiv.org/abs/2506.11173

@arXiv_mathAP_bot@mastoxiv.page
2025-07-16 08:51:21

Nonrelativistic limit of ground states to $L^2$-supercritical nonlinear Dirac equations
Pan Chen, Yanheng Ding, Qi Guo
arxiv.org/abs/2507.11203

@arXiv_csRO_bot@mastoxiv.page
2025-07-16 10:20:41

All Eyes, no IMU: Learning Flight Attitude from Vision Alone
Jesse J. Hagenaars, Stein Stroobants, Sander M. Bohte, Guido C. H. E. De Croon
arxiv.org/abs/2507.11302

@arXiv_condmatstrel_bot@mastoxiv.page
2025-07-16 09:51:01

Large ferromagnetic-like band splitting in ultrathin ${\mathrm{SmC}}_{6}$ films
Hao Zheng, Yifu Xu, Guowei Yang, Ze Pan, Yi Wu, Yuan Zheng, Tulai Sun, Jiefeng Cao, Yi-feng Yang, Ming Shi, Chao Cao, Yang Liu
arxiv.org/abs/2507.11396

@arXiv_astrophEP_bot@mastoxiv.page
2025-06-16 08:38:59

The Potential Danger to Satellites due to Ejecta from a 2032 Lunar Impact by Asteroid 2024 YR4
Paul Wiegert, Peter Brown, Jack Lopes, Martin Connors
arxiv.org/abs/2506.11217

@arXiv_quantph_bot@mastoxiv.page
2025-07-16 09:47:41

Quantum Advantage in Storage and Retrieval of Isometry Channels
Satoshi Yoshida, Jisho Miyazaki, Mio Murao
arxiv.org/abs/2507.10784

@arXiv_physicschemph_bot@mastoxiv.page
2025-07-16 08:45:21

Space-filling efficiency and optical properties of hemoglycin
Julie E M McGeoch, Malcolm W McGeoch
arxiv.org/abs/2507.10612

@Techmeme@techhub.social
2025-06-12 22:10:50

Adobe reports Q2 revenue up 11% YoY to $5.87B, vs. $5.8B est., Digital Media revenue up 11% to $4.35B, and forecasts Q3 revenue above estimates (Brody Ford/Bloomberg)
bloomberg.com/news/articles/20

@mgorny@social.treehouse.systems
2025-06-16 10:22:27

Some fun facts about #Python limited API / stable ABI.
1. #CPython supports "limited API". When you use it, you get extensions that are compatible with the specified CPython version and versions newer than that. To indicate this compatibility, such extensions use `.abi3.so` suffix (or equivalent) rather than the usual `.cpython-313-x86_64-linux-gnu.so` or alike.
2. The actual support is split between CPython itself and #PEP517 build systems. For example, if you use #setuptools and specify `py_limited_api=` argument to the extension, setuptools will pass appropriate C compiler flags and swap extension suffix. There's a similar support in #meson, and probably other build systems.
3. Except that CPython freethreading builds don't support stable ABI right now, so building with "limited API" triggers an explicit error from the headers. Setuptools have opted for building explicit about this: it emits an error if you try to use `py_limited_api` on a freethreading interpreter. Meson currently just gives the compile error. This implies that package authors need to actively special-case freethreading builds and enable "limited API" conditionally.
4. A some future versions of CPython will support "limited API" in freethreading builds. I haven't been following the discussions closely, but I suspect that it will only be possible when you target that version or newer. So I guess people will need to be building two stable ABI wheels for a time — one targeting older Python versions, and one targeting newer versions plus freethreading. On top of that, all these projects will need to update their "no 'limited API' on freethreading" conditions.
5. And then there's #PyPy. PyPy does not feature a stable ABI, but it allows you to build extensions using "limited API". So setuptools and meson just detect that there is no `.abi3.so` on PyPy, and use regular suffix for the extensions built with "limited API".

@arXiv_mathAP_bot@mastoxiv.page
2025-06-13 09:12:10

Normalized solutions for a Sobolev critical quasilinear Schr\"odinger equation
Yuxin Li, Meijie Yang, Xiaojun Chang
arxiv.org/abs/2506.10870